var time.localLoc
12 uses
time (current package)
time.go#L464: if l == nil || l == &localLoc {
time.go#L483: if l == nil || l == &localLoc {
zoneinfo.go#L80: var Local *Location = &localLoc
zoneinfo.go#L84: var localLoc Location
zoneinfo.go#L91: if l == &localLoc {
zoneinfo_unix.go#L41: localLoc = *z
zoneinfo_unix.go#L42: localLoc.name = "Local"
zoneinfo_unix.go#L51: localLoc = *z
zoneinfo_unix.go#L53: localLoc.name = "Local"
zoneinfo_unix.go#L55: localLoc.name = tz
zoneinfo_unix.go#L61: localLoc = *z
zoneinfo_unix.go#L68: localLoc.name = "UTC"
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |